OPC Studio User's Guide and Reference
BindingBag Constructor(IAbstractBinding[])



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBag Class > BindingBag Constructor : BindingBag Constructor(IAbstractBinding[])
The bindings that the binding bag will contain.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, with given bindings but no binding provider.
Syntax
'Declaration
 
Public Function New( _
   ByVal bindings() As IAbstractBinding _
)
'Usage
 
Dim bindings() As IAbstractBinding
 
Dim instance As New BindingBag(bindings)
public BindingBag( 
   IAbstractBinding[] bindings
)
public:
BindingBag( 
   array<IAbstractBinding^>^ bindings
)

Parameters

bindings
The bindings that the binding bag will contain.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also